Skip to content

查询投诉协商历史

商户可通过调用此接口,查询指定投诉的用户商户协商历史,方便商户根据处理历史来制定后续处理方案。 官方文档

js
wxpay
.
v3
.
merchantService
.
complaints
.
_transaction_id_
.
negotiationHistorys
.
get
({
transaction_id
,
}) .
then
(
({
data
: {
complaint_negotiation_history
,
}, }) => ({
complaint_negotiation_history
,
}) )

Released under the MIT License. (SITEMAP)